home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 41 / Amiga Format CD41 (1999-06)(Future Publishing)(GB)[!][issue 1999-07].iso / -readerstuff- / -wb_screens- / nick_clover / launch / docs / launch.doc next >
Text File  |  1999-04-21  |  4KB  |  105 lines

  1. Launcher V1.1
  2.  
  3. DON'T BLAME ME, I wrote this thing in 5 hours for my own use...
  4.  
  5. What it is:
  6.  
  7.     A File Launcher
  8.  
  9. Why you need it:
  10.  
  11.     · It dosen't take up much screen room
  12.   · It's easy to configure
  13.   · It's prefs file uses plain ascii so you can use the built
  14.     in prefs or your favourite editor¹.
  15.   · It's written with Blitz Basic II
  16.   · It's written by *ME*
  17.   · If an icon is found for a program it's run with wbrun else
  18.     its run from cli
  19.   · Upto 100 gadgets (if your screen's big enough)
  20.  
  21. New Stuff for V0.7:
  22.  
  23.   · Drag'n'drop onto prefs window
  24.   · auto detect guide files and run them with multiview.
  25.   · [quit][ prefs ][iconify] gadgets at the top or bottom
  26.   · Check function, if a button dosen't work use the check
  27.     command in the menu, any programs that can't be found
  28.     will be ghosted. click left mouse button to return to
  29.     normal.
  30.  
  31. New Stuff for V1.1²:
  32.  
  33.   · Changed from WBRun to WBLaunch
  34.   · Added open and close SFX
  35.   · Added Sample option to all program gadgets.
  36.   · Rewrote prefs for samples and test gadget.
  37.   · Prefs now stored as PROGDIR:'programname'.cfg
  38.   · Source code included (ASCII and BB2).
  39.  
  40. New Stuff for V1.2:
  41.  
  42.   · Added AREXX support (runs arexx scripts, not an arexx port)
  43.   · Changed the main gadgets: [quit][ iconify ][prefs], iconify has the name
  44.     of the program in it.
  45.   · Added XPOS tooltype for setting window position
  46.   · Example JPG added (only the top right corner of my workbench, the whole
  47.     workbench would add another 100k to the archive).
  48.   · Now uses DiskPlay to load samples 'on the fly' which occasionaly glitches but
  49.     saves loads of memory and checking if the samples actualy exist."z
  50.     · If you don't want the open/close sounds just rename the files "Up.snd" & "Down.snd".
  51.   · Changed prefs file layout (added a 'prefsconvert' program to convert V1.1 to V1.2
  52.     Use it at your own risk as it dosen't check what you tell it to convert)
  53.   · Now released as DIYWARE (If you want any bugfixes or upgrades "DO IT YOURSELF")
  54.  
  55. New Stuff for V1.4:
  56.  
  57.   · Changed prefs file (again), config is now in the icon
  58.   · No longer requires wblaunch /* Thanks James */
  59.   · Added "SNDPATH" tooltype
  60.   · Added "EFFECTS" tooltype
  61.   · Changed "ICONIFY" tooltype
  62.  
  63.  
  64. Requirements:
  65.  
  66.     thinpaz.font 8
  67.     WBrun in C:
  68.     OS 3.x (I don't think this will work with KS2)
  69.  
  70. Tooltypes:
  71.  
  72.   ICONIFY            - Start iconified.
  73.   TOP                - Place iconified window at the top of the screen.
  74.                        If TOP isn't found the window will be placed at
  75.                        the bottom of the screen.
  76.   AUTO               - Autoiconify after every command is executed.
  77.   XPOS=(0..4000)     - Set the left edge of the window (use a silly value
  78.                        to set the window to the right hand side eg, 4000).
  79.   SNDPATH=(filepath) - Sets the path for the effects samples (defaults to
  80.                        PROGDIR:)
  81.   EFFECTS            - If found turns on effects ;)
  82.   GADGETx            - stores the button information
  83.                        eg. GADGET1=Shell|C:newcli|smp:shell.snd
  84.                        the format is: "gadget_text|path_&_filename|iff_sample"
  85.  
  86.  
  87. ¹Config file format:                      ;ignore this lot as it's changed...
  88.     The config is basically three lines
  89.     1: the gadget name
  90.     2: the program path and name
  91.     3: the sample path and name
  92.  
  93.     eg:
  94.         Blitz II
  95.         Blitz2:blitz2
  96.         samples:blitz.iff
  97.         Dopus
  98.         Work:FMS/Dopus
  99.         samples:filemanagementsystem.iff
  100.  
  101. ²Now requires
  102.   WBLaunch in c:  ;not anymore ;)
  103.   WBStartup-handler in l:
  104.   WBStart.library V2.0 or better in Libs:
  105.